home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 102 / Computer Shopper 102 / Computer SHOPPER_102.iso / browser.exe / browser.DXR / 00006_stop press.ls < prev    next >
Encoding:
Text File  |  1996-06-01  |  74 b   |  8 lines

  1. on mouseDown
  2.   puppetSound("Mouse Down")
  3. end
  4.  
  5. on mouseUp
  6.   go("stop")
  7. end
  8.